Skip to content

Update to Cadence 1.0 RC1#1313

Merged
turbolent merged 217 commits into
feature/stable-cadencefrom
bastian/cadence-1.0-rc1
Dec 20, 2023
Merged

Update to Cadence 1.0 RC1#1313
turbolent merged 217 commits into
feature/stable-cadencefrom
bastian/cadence-1.0-rc1

Conversation

@turbolent

@turbolent turbolent commented Dec 19, 2023

Copy link
Copy Markdown
Member

Description

  • Merge master into the "Stable Cadence" feature branch
  • Update to latest commit of Cadence, which we hope will become 1.0 RC1, and all downstream dependencies updated to it (e.g. Emulator, Cadence tools like linter, LS, etc.)

Note that this only updates the "Stable Cadence" feature branch, not master.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

dependabot Bot and others added 30 commits September 25, 2023 16:10
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.10.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.5...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.1...v1.58.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1 to 3.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases)
- [Commits](mislav/bump-homebrew-formula-action@v1...v3)

---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ang.org/grpc-1.58.2

Bump google.golang.org/grpc from 1.58.1 to 1.58.2
…/bump-homebrew-formula-action-3

Bump mislav/bump-homebrew-formula-action from 1 to 3
…/spf13/afero-1.10.0

Bump github.com/spf13/afero from 1.9.5 to 1.10.0
Replace contract body encoding from hex to utf8
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.24.1 to 0.25.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.24.1...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/getsentry/sentry-go-0.25.0

Bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Update hybrid-custody-scaffold commit hash
…ang.org/grpc-1.58.3

Bump google.golang.org/grpc from 1.58.2 to 1.58.3
@turbolent turbolent added the Improvement Technical work without new features, refactoring, improving tests label Dec 19, 2023
@turbolent turbolent requested a review from a team December 19, 2023 23:32
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Attention: 135 lines in your changes are missing coverage. Please review.

Comparison is base (b3a7207) 38.65% compared to head (b54603e) 40.74%.

Files Patch % Lines
internal/super/flix.go 3.06% 95 Missing ⚠️
internal/super/generate.go 70.49% 14 Missing and 4 partials ⚠️
internal/test/test.go 78.94% 13 Missing and 3 partials ⚠️
internal/super/setup.go 0.00% 5 Missing ⚠️
internal/accounts/create-interactive.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                     @@
##           feature/stable-cadence    #1313      +/-   ##
==========================================================
+ Coverage                   38.65%   40.74%   +2.09%     
==========================================================
  Files                          38       39       +1     
  Lines                        1948     2118     +170     
==========================================================
+ Hits                          753      863     +110     
- Misses                       1107     1160      +53     
- Partials                       88       95       +7     
Flag Coverage Δ
unittests 40.74% <45.34%> (+2.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@turbolent turbolent merged commit 6f2b55c into feature/stable-cadence Dec 20, 2023
@turbolent turbolent deleted the bastian/cadence-1.0-rc1 branch December 20, 2023 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement Technical work without new features, refactoring, improving tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.